#
# MTK IoT device configuration
#

menuconfig IOT_MTK
	tristate "MTK IoT Device support"

if IOT_MTK
comment "MTK IoT device drivers"
config MT7687
	tristate "MT7687 support"
	depends on ARM
	select NET_CORE
	select SPI
	---help---
	  Support for MT7687 chipset.

	  To compile this driver as a module, choose M here.  The module
	  will be called mt7687.

config MT7682
	tristate "MT7682 support"
	depends on ARM
	select NET_CORE
#	select SPI
	select MMC
	default y
	---help---
	  Support for MT7682 chipset.

	  To compile this driver as a module, choose M here.  The module
	  will be called mt7682.

config IOT_MTK_ONLY_WAKEUP_BY_GPIO
	bool "Only wakeup by GPIO"
	depends on MT7682
	help
	  Only can wakeup by GPIO of Host for power saving

config MTK_IOT_USE_SDIO
	bool "Use SDIO I/F"
	depends on MT7682
	help
	  Only can wakeup by GPIO of Host for power saving

endif


